home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Freeware / Programare / SRCedit / setup.exe / {app} / SrcEdit.chm / sehelp.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-23  |  2.1 KB  |  115 lines

  1. body
  2. {
  3.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  4.     font-size: 9pt;
  5.     background-color: White;
  6. }
  7. #title
  8. {
  9.     background-image : url(images/gradient.gif);
  10. }
  11. #toplogo 
  12. {
  13.     background-color: #FFFF8F; 
  14.     background-image : url(images/bartop.gif); 
  15. }
  16. #menuitem
  17. {
  18.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  19.     color: White;
  20.     background-image : url(images/ttop.gif);/* url(images/gradient.gif); */
  21. /*    background-color: #AFAFAF; */
  22.     text-decoration: none;
  23.     font-weight: bold;
  24. }    
  25. #menuitem a, #menuitem a:visited
  26. {
  27.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  28.     color: Blue;
  29.     font-size: 9pt;
  30. /*    background-color: #AFAFAF; */
  31.     text-decoration: none;
  32.     font-weight: bold;
  33. }    
  34. #menuitem a:hover
  35. {
  36.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  37.     font-size: 9pt;
  38.     color: Red;
  39.     text-decoration: underline;
  40.     font-weight: bold;
  41. }
  42. #copyright
  43. {
  44.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  45.     font-size: 9pt;
  46.     color: AFAFAF;
  47.   font-size=8pt;
  48. }
  49. a
  50. {
  51.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  52.     font-size: 9pt;
  53.     color: Blue;
  54. }
  55. a:visited
  56. {
  57.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  58.     font-size: 9pt;
  59.     color: Purple;
  60. }    
  61. a:hover
  62. {
  63.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  64.     font-size: 9pt;
  65.     color: Red;
  66. }    
  67. table
  68. {
  69.     background-color: White; 
  70.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  71.     font-size: 9pt;
  72. }
  73. #forumtable
  74. {
  75.     background-color: #6E94B7;
  76. }
  77.  
  78. td
  79. {
  80.     background-color: White; 
  81.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  82.     font-size: 9pt;
  83. }    
  84.  
  85. h1
  86. {
  87.     color: navy;
  88.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  89.     font-size: large;
  90.     font-weight: bold;
  91.     text-align: left;
  92. }
  93. h2
  94. {
  95.   color: navy;
  96.   font-family: Verdana, Arial, Helvetica, Sans-Serif;
  97.   font-size: 10pt;
  98.   font-weight: bold;
  99. }
  100.   
  101. .h7 Verdana, Arial, Helvetica, Sans-Serif;
  102. {
  103.     color: #000000;
  104.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  105.     font-size: 8pt;
  106.     font-weight: bold;
  107. }
  108. .header
  109. {
  110.     color: #000080;
  111.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  112.     font-size: 12pt;
  113.     font-weight: bold;
  114.     text-align: left;
  115. }